Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: expose missing address endpoints on main #958

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

pedro-gbf
Copy link
Contributor

Description

This adds the following endpoints to the main version:
DELETE /users​/{id}​/addresses​/shipping​/current > Unsets the default shipping address of the user.
DELETE /users​/{id}​/addresses​/billing​/current > Unsets the default billing address of the user.

Checklist

  • The commit message follows our guidelines
  • Tests for the respective changes have been added
  • The code is commented, particularly in hard-to-understand areas
  • The labels and/or milestones were added

Disclaimer

By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement

@github-actions github-actions bot added type: feature New feature 📦 client Relative to the `@farfetch/blackout-client` package 📦 redux Relative to the `@farfetch/blackout-redux` package labels Jan 8, 2024
@pedro-gbf pedro-gbf marked this pull request as draft January 8, 2024 08:38
@pedro-gbf pedro-gbf force-pushed the feat_expose-missing-address-endpoints branch from 0897bdb to 3bc62bb Compare January 8, 2024 10:25
@github-actions github-actions bot added type: feature New feature and removed type: feature New feature labels Jan 8, 2024
@pedro-gbf pedro-gbf marked this pull request as ready for review January 8, 2024 10:33
@pedro-gbf pedro-gbf changed the base branch from main to dev-main-19-12-23 January 8, 2024 10:39
@pedro-gbf pedro-gbf force-pushed the feat_expose-missing-address-endpoints branch from 3bc62bb to f2aa7be Compare January 8, 2024 10:56
@github-actions github-actions bot added type: feature New feature and removed type: feature New feature labels Jan 8, 2024
@pedro-gbf pedro-gbf force-pushed the feat_expose-missing-address-endpoints branch from f2aa7be to 3a48c14 Compare January 8, 2024 17:02
@github-actions github-actions bot added type: feature New feature and removed type: feature New feature labels Jan 8, 2024
@pedro-gbf pedro-gbf requested review from boliveira and andreecosta and removed request for boliveira January 9, 2024 08:31
@pedro-gbf pedro-gbf force-pushed the feat_expose-missing-address-endpoints branch from 3a48c14 to d10a596 Compare January 9, 2024 08:56
@github-actions github-actions bot added type: feature New feature and removed type: feature New feature labels Jan 9, 2024
Base automatically changed from dev-main-19-12-23 to main January 9, 2024 17:23
@pedro-gbf pedro-gbf force-pushed the feat_expose-missing-address-endpoints branch from d10a596 to 770e9c4 Compare January 10, 2024 10:46
@github-actions github-actions bot added type: feature New feature 📦 react Relative to the `@farfetch/blackout-react` package and removed type: feature New feature labels Jan 10, 2024
@pedro-gbf pedro-gbf force-pushed the feat_expose-missing-address-endpoints branch from 770e9c4 to 4ad9bb7 Compare January 15, 2024 11:19
@github-actions github-actions bot added type: feature New feature and removed type: feature New feature labels Jan 15, 2024
@pedro-gbf pedro-gbf force-pushed the feat_expose-missing-address-endpoints branch from 4ad9bb7 to 9fddbea Compare January 15, 2024 11:22
@github-actions github-actions bot added type: feature New feature and removed type: feature New feature 📦 react Relative to the `@farfetch/blackout-react` package labels Jan 15, 2024
@pedro-gbf pedro-gbf changed the base branch from main to dev-main-16-01-24 January 15, 2024 11:25
@pedro-gbf pedro-gbf force-pushed the feat_expose-missing-address-endpoints branch from 9fddbea to 54df96c Compare January 15, 2024 15:54
@github-actions github-actions bot added type: feature New feature and removed type: feature New feature labels Jan 15, 2024
@boliveira boliveira force-pushed the feat_expose-missing-address-endpoints branch from 54df96c to 03f3a2d Compare January 16, 2024 14:25
@github-actions github-actions bot added type: feature New feature and removed type: feature New feature labels Jan 16, 2024
@boliveira boliveira merged commit 171a316 into dev-main-16-01-24 Jan 16, 2024
3 checks passed
@boliveira boliveira deleted the feat_expose-missing-address-endpoints branch January 16, 2024 14:41
@boliveira boliveira added this to the dev-main-16-01-24 milestone Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 client Relative to the `@farfetch/blackout-client` package 📦 redux Relative to the `@farfetch/blackout-redux` package type: feature New feature
Development

Successfully merging this pull request may close these issues.

4 participants